Skip to main content

DescribeAllTag

Description

Get all host tag information.

Request Method

POST

Request Path

/apsara/route/aegis/DescribeAllTag

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
regionIdBODYstringYesNo sample value for this parameter.region id
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
GmtCreatelongno demo valueasset tag creation time.
RequestIdstringno demo valuerequest ID.
TagNamestringno demo valueasset label name.
EntityListarrayno demo valuehost label information, see the following parameter description for specific sub-items.
GmtModifiedlongno demo valuethe last time the asset tag was modified.
Idlongno demo valueasset tag ID.
AliUidlongno demo valuethe id of the alibaba cloud account.

Example

Successful Response example

{
"GmtCreate":"no demo value",
"RequestId":"no demo value",
"TagName":"no demo value",
"EntityList":"no demo value",
"GmtModified":"no demo value",
"Id":"no demo value",
"AliUid":"no demo value"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}